Unverified Commit 35d4129f authored by msbaines's avatar msbaines Committed by GitHub
Browse files

[fix] make fairscale.utils a proper package (#200)

parent 3b83ef51
......@@ -74,15 +74,16 @@ install_repo_cpu: &install_repo_cpu
- run:
name: Install Repository
command: |
python setup.py build develop
pip install .
# Test import.
python -c 'import sys; sys.path = sys.path[1:]; import fairscale'
install_repo_gpu: &install_repo_gpu
- run:
name: Install Repository
command: |
export CUDA_HOME=/usr/local/cuda-10.1
python setup.py build develop
pip install -e .
run_coverage: &run_coverage
- run:
......
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.
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