Skip to content

Commit

Permalink
Merge pull request #128 from chris-alexiuk/main
Browse files Browse the repository at this point in the history
Adding __init__.py to avoid module not found errors
  • Loading branch information
anas-awadalla committed Mar 29, 2023
2 parents bc3a89c + 32963b2 commit 68d51df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions open_flamingo/eval/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file added open_flamingo/src/__init__.py
Empty file.
1 change: 1 addition & 0 deletions open_flamingo/train/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 68d51df

Please sign in to comment.