Skip to content

Commit

Permalink
mdx 1.7B llama
Browse files Browse the repository at this point in the history
  • Loading branch information
llmjp0 committed Apr 29, 2024
1 parent cfc4774 commit 0cc02df
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 3 deletions.
2 changes: 1 addition & 1 deletion megatron/core/datasets/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CXXFLAGS += -O3 -Wall -shared -std=c++11 -fPIC -fdiagnostics-color
CPPFLAGS += $(shell python3 -m pybind11 --includes)
LIBNAME = helpers
LIBEXT = $(shell ~/.pyenv/versions/3.10.12/bin/python3-config --extension-suffix)
LIBEXT = $(shell ~/.pyenv/versions/3.10.10/bin/python3-config --extension-suffix)

default: $(LIBNAME)$(LIBEXT)

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pybind11

--find-links https://download.pytorch.org/whl/torch_stable.html
torch==2.2.0+cu121
torchvision==0.17.0+cu121
torch==2.2.0+cu118
torchvision==0.17.0+cu118

six
regex
Expand Down
Loading

0 comments on commit 0cc02df

Please sign in to comment.