Skip to content

Commit

Permalink
Update preprocess_spec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bfloat16 authored Jun 6, 2023
1 parent 576d12f commit 13dee4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prepare/preprocess_spec.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import os
import sys
current_dir = os.path.dirname(os.path.abspath(__file__))
parent_dir = os.path.abspath(os.path.join(current_dir, os.pardir))
sys.path.append(parent_dir)
import torch
import argparse

Expand Down

0 comments on commit 13dee4b

Please sign in to comment.