Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
fairscale
Commits
3a203179
Unverified
Commit
3a203179
authored
Sep 04, 2020
by
msbaines
Committed by
GitHub
Sep 04, 2020
Browse files
[chore] initial conda build config (#64)
Built via: $ conda build --python 3.8 .
parent
ee38e1e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
conda.recipe/meta.yaml
conda.recipe/meta.yaml
+42
-0
No files found.
conda.recipe/meta.yaml
0 → 100644
View file @
3a203179
{
%
set name = "fairscale" %
}
{
%
set version = "0.0.2" %
}
package
:
name
:
"
{{
name|lower
}}"
version
:
"
{{
version
}}"
source
:
git_url
:
../
build
:
number
:
0
script
:
"
{{
PYTHON
}}
-m
pip
install
.
--no-deps
--ignore-installed
-vv
"
requirements
:
host
:
-
python
-
pytorch >=1.4.0
run
:
-
python
-
pytorch >=1.4.0
test
:
imports
:
-
fairscale
-
fairscale.nn
-
fairscale.nn.data_parallel
-
fairscale.nn.model_parallel
-
fairscale.nn.pipe
-
fairscale.nn.pipe.balance
-
fairscale.nn.pipe.skip
-
fairscale.optim
about
:
home
:
"
The
package
home
page"
license
:
"
BSD"
license_family
:
"
BSD"
license_file
:
"
"
summary
:
"
fairscale:
A
PyTorch
library
for
large-scale
and
high-performance
training."
doc_url
:
"
"
dev_url
:
"
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment