Unverified Commit 3a203179 authored by msbaines's avatar msbaines Committed by GitHub
Browse files

[chore] initial conda build config (#64)

Built via:

$ conda build --python 3.8 .
parent ee38e1e0
{% 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: ""
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment